Xbasic

A5.EXPORT_ENUM Function

Syntax

A5.Export_Enum(C lastname|N object_enum_flags)

Operation_List as C = A5.EXPORT_ENUM( [ object_enum_flags as N ] )

Next_Operation as C = A5.EXPORT_ENUM( lastname as C )

Arguments

Operation_List

Full filenames for the export operations stored in the currently open table.

Next_Operation

The next operation of the type.

object_enum_flags

Optional. Default = Null.

lastname

The quoted name of an operation.

Description

The A5.EXPORT_ENUM() method returns a carriage return-line feed separated list of all of the export operations in the database.

Example

Refer to A5.APPEND_ENUM().

Limitations

Desktop applications only.

See Also